GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-21T08:19:15.428362+00:00",
"SubmitDate": "2026-01-21T08:19:15.428362+00:00",
"ReportPeriodStart": "2026-01-21T08:19:15.428362+00:00",
"ReportPeriodEnd": "2026-01-21T08:19:15.428362+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5aef78be-9ff7-4896-bf02-2a8bd4e2fb10",
"Rows": [
{
"ItemId": "9c4a1910-4d4b-47c1-8916-630af67b7ac2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c4a1910-4d4b-47c1-8916-630af67b7ac2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5aef78be-9ff7-4896-bf02-2a8bd4e2fb10",
"Rows": [
{
"ItemId": "9c4a1910-4d4b-47c1-8916-630af67b7ac2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c4a1910-4d4b-47c1-8916-630af67b7ac2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"84fd6346-2220-4632-ba90-be005feb55b9",
"194a3fc5-cf02-48f7-beeb-603406c1c027"
],
"Approvers": [
"fdc577af-a4d3-4881-88a8-8298c1977e45",
"e5aa651e-c205-4ab7-af7e-7ac12913b9a7"
],
"ApprovedBy": "c17134eb-2efc-49e6-8703-bf9fa4e4cd99",
"ApprovalDate": "2026-01-21T08:19:15.428362+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "19e2057b-5c10-4847-95c0-4f6ac40b58cd",
"id": "b37f8c83-10ed-43fa-a62b-74220dd69e6e",
"ConfigId": "9c6ee035-fd96-4bc0-85c5-4b0a89469a6d"
},
{
"GenerationDate": "2026-01-21T08:19:15.428362+00:00",
"SubmitDate": "2026-01-21T08:19:15.428362+00:00",
"ReportPeriodStart": "2026-01-21T08:19:15.428362+00:00",
"ReportPeriodEnd": "2026-01-21T08:19:15.428362+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5aef78be-9ff7-4896-bf02-2a8bd4e2fb10",
"Rows": [
{
"ItemId": "9c4a1910-4d4b-47c1-8916-630af67b7ac2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c4a1910-4d4b-47c1-8916-630af67b7ac2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5aef78be-9ff7-4896-bf02-2a8bd4e2fb10",
"Rows": [
{
"ItemId": "9c4a1910-4d4b-47c1-8916-630af67b7ac2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c4a1910-4d4b-47c1-8916-630af67b7ac2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"84fd6346-2220-4632-ba90-be005feb55b9",
"194a3fc5-cf02-48f7-beeb-603406c1c027"
],
"Approvers": [
"fdc577af-a4d3-4881-88a8-8298c1977e45",
"e5aa651e-c205-4ab7-af7e-7ac12913b9a7"
],
"ApprovedBy": "c17134eb-2efc-49e6-8703-bf9fa4e4cd99",
"ApprovalDate": "2026-01-21T08:19:15.428362+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "19e2057b-5c10-4847-95c0-4f6ac40b58cd",
"id": "b37f8c83-10ed-43fa-a62b-74220dd69e6e",
"ConfigId": "9c6ee035-fd96-4bc0-85c5-4b0a89469a6d"
}
]